home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qdoor20.zip / QDOOR.DOC next >
Text File  |  1990-11-21  |  9KB  |  178 lines

  1.           ╔═════════════════════════════════════════════════════════╗
  2.           ║  ░█████          ░██████    ░█████    ░█████   ░██████  ║
  3.           ║ ░██  ░██         ░██  ░██  ░██  ░██  ░██  ░██  ░██  ░██ ║
  4.           ║ ░██  ░██   ░███  ░██  ░██  ░██  ░██  ░██  ░██  ░██████  ║
  5.           ║ ░██  ░██         ░██  ░██  ░██  ░██  ░██  ░██  ░██  ░██ ║
  6.           ║  ░█████▀█▄       ░██████    ░█████    ░█████   ░██  ░██ ║
  7.           ║      Compiled in Turbo Pascal ver. 5.5 by James Fair    ║
  8.           ╚═════════════════════════════════════════════════════════╝
  9.  
  10.                             Door Converter for:
  11.                                 QuickBBS/RA
  12.                           =======================
  13.                                 converts to
  14.                                 -----------
  15.                       Wildcat, PCBoard v12, PCBoard v14
  16.                        Doorway, Gap BBS, GT PowerNode
  17.                                 -----------      
  18.                                 version 2.0
  19.                             (c) CopyRight 1990
  20.                                 James Fair
  21.  
  22.  
  23.   ****** Overview ******
  24.      Qdoor is a door converter program written in Turbo Pascal for QuickBBS and
  25. RA. It converts Dorinfo1.def(written by Quick & RA) to PCBoard12.1, PCBoard14.0
  26. Wildcat, DoorWay, GAP, and GT allowing sysops to run doors written for these 6
  27. Board types easily and quickly. It has been tested on a wide variety of PCBoard
  28. Wildcat, GAP, GT and Doorway doors of all types. You no longer need large door
  29. converters to handle the conversion, or multiple converters for each door type.
  30. I have chosen to convert only these six because in my opinion, 99% of the good
  31. doors written use one of these 6 board types. For QuickBBS doors you, of course
  32. need no converter. But if you are concerned with speed and size of the
  33. converter, Qdoor is for you. I hope you enjoy using it. It is fast and only
  34. about 33 kbytes in size. I hope to help sysops make their board as fast and
  35. professional looking as possible with the use of Qdoor.
  36.                  ****** Note: Also Works on RBBS ******
  37.  
  38.  
  39.   ****** Qdoor20.zip files ******
  40.      The zipfile you receive should have the following files included:
  41.  
  42. Qdoor.exe ========>  The Executable file to convert the doors.
  43. Qdoor.doc ========>  This File you are reading now.
  44. Register.frm =====>  Registration information and forms.
  45. Suggest.frm ======>  Form for suggestions or additions you'd like to see.
  46.  
  47.      If all of these files are not located in your zipfile, please call The
  48. Fishing Hole BBS to acquire the correct version.
  49.  
  50.  
  51.   ****** Installation ******
  52.      To install Qdoor, simply put the file Qdoor.exe in your QuickBBS or RA
  53. directory where DorinfoX.def is located. C:\QBBS for example. I have done
  54. away with the need of any .cfg files --YEAH--  Just make sure to have
  55. Qdoor.exe in the same directory as your BBS files. How's that for being
  56. easy to install!!!!! enjoy!
  57.  
  58.     ** Special Note ver 2.0 **
  59.      Version 2.0 of Qdoor has a small feature I think a lot of you will
  60. appreciate. There have been a few new games written lately (most of them
  61. prokit PCBoard type games) that require the files PCBoard.sys, PCBoard.dat
  62. written by PCBoard v14 and the file "User" written by the new PCBoard v14.
  63. Most converters to date do not do this in one run. That is, you have to
  64. first run the converter in PCBoard v12 mode, then run it again in v14 mode
  65. to get all the necessary files in place. Qdoor v2.0 writes all of three
  66. files in both PCBoard v12 and PCBoard v14 modes.
  67.  
  68.      Here is an example of the DorinfoX.def file that Qdoor uses to convert
  69. to other doors.
  70.  
  71. The Fishing Hole BBS ===> Your board name. (From origin line in Qconfig)
  72. JAMES                ===> Sysops First Name.
  73. FAIR                 ===> Sysops Last Name.
  74. COM1                 ===> Com port opened when the game was run. *
  75. 2400 BAUD,N,8,1      ===> Baud rate, parity, Data bits, Stop bits.
  76. 0                    ===> Just a "0" to separate the lines.
  77. ROBERT               ===> Callers First Name.
  78. HARRIS               ===> Callers Last Name.
  79. Nashville, TN        ===> Caller's City and State.
  80. 1                    ===> "1" for Color, "0" for Mono.
  81. 100                  ===> Caller's Security Level.
  82. 43                   ===> Caller's Time Remaining.
  83.  
  84.         * (at this time only com1 and com2 are supported)
  85.      All 12 lines must be present for qdoor to operate properly!
  86.  
  87.  
  88.   ****** Qdoor command line syntax ******
  89.      I have tried to make Qdoor as easy as possible by using command line
  90. parameters rather than a bunch of .cfg file lines. The correct syntax for
  91. Qdoor is as follows:
  92.                        Qdoor <Doortype> <Path>
  93.  
  94. Where<Doortype> = 0,1,2,3,4,5
  95.                   (0=Wildcat1.X, 2.X), (1=PCBoard12.1), (2=PCBoard14.0)
  96.                   (3=DoorWay doors), (4=GAP), (5=GTPowerNode)
  97. and <Path>= Path of where you want the above file written.
  98.  
  99.      Qdoor 0 C:\BBS\DOORS
  100.      │     │     │
  101.      │     │     └> Path to write Callinfo.bbs (Note no trailing
  102.      │     │                                    backslash required)
  103.      │     └> Write Callinfo.bbs type file.
  104.      │
  105.      └> Executable file.
  106.  
  107. You may type Qdoor by itself for an example of the syntax and explanation.
  108. I have tried to make it as fool-proof as possible, That is, if you put in
  109. anything other than what it wants it will beep and tell you what it is
  110. looking for.
  111.  
  112.  
  113.   ****** Qdoor sample Batch file ******
  114.      First you must of course exit from you games menu with a type 15 exit
  115. and an errorlevel(XX)...Then..
  116. Here is a sample batch file right out of my Qbbs.bat using Qdoor.
  117.  
  118. If errorlevel 50 goto Guppies      (errorlevel statement)
  119.  
  120. :Guppies                (Call for errorlevel 50)
  121. Qdoor 1 C:\BBS\DOORS    (Qdoor in PCBoard12 mode - writes PCBoard.sys and
  122.                          PCBoard.dat and Users in the C:\BBS\DOORS subdir.)
  123. CD\BBS\DOORS            (Change directory to your doors)
  124. GUPPIES GUPPIES.CFG     (Execute the door program)
  125. CGSCORES GUPPIES.CFG    (High Score Bulletin generator for Guppies)
  126. CD\BBS                  (Change directory back to your BBS)
  127. GOTO RESTART            (Restart the BBS)
  128.  
  129.        --- or for a Wildcat Door --
  130.  
  131. If errorlevel 60 goto Nbetween     (errorlevel statement)
  132.  
  133. :Nbetween
  134. Qdoor 0 C:\WILDCAT\DOORS\NBETWEEN  (Qdoor in Wildcat mode - writes Callinfo.bbs
  135.                                      in the C:\WILDCAT\DOORS\NBETWEEN Subdir.)
  136. CD\WILDCAT\DOORS\NBETWEEN          (Change directory to your doors)
  137. NBETWEEN NBETWEEN.CFG              (Run Nbetween On-Line Game)
  138. CD\WILDCAT                         (Change directory back to your BBS)
  139. CAT                                (Restart the BBS)
  140.  
  141.         ** Just follow these examples for other door types **
  142.         That's it. Easy and Fast!! Hope you enjoy using Qdoor.
  143.  
  144.  
  145.              ****** S T A N D A R D   D I S C L A I M E R ******
  146.         The Author of this program, The Fishing Hole and its Co-sysops
  147.         are in no way responsible for any damages sustained either di-
  148.         rectly or indirectly from the use of Qdoor. It has been tested
  149.         very thoroughly and found safe to run on any machine. It was
  150.         written for QuickBBS sysops to help them run doors not written
  151.         for QuickBBS.
  152.  
  153.  
  154.         ****** R E G I S T R A T I O N   I N F O R M A T I O N ******
  155.       As a sysop, I know the costs and sacrifices of running a clean,
  156.       professional looking bulletin board system. Therefore, I am not
  157.       asking for a lot of money to use this program. It was written as
  158.       a ShareWare program. You are free to distribute copies of this
  159.       program without any fees of any kind. However, I would like to
  160.       request that you send me $5 dollars for the Continued use of this
  161.       product to the author listed below.
  162.       *****************************************************************
  163.       ** Please use the Registration form provided in the .zip file. **
  164.       *****************************************************************
  165.       I truly hope you enjoy using Qdoor and that it satisfies your
  166.       critiera for a small fast door converter. Also, as a registered
  167.       user of Qdoor, you will receive any updates or new version of
  168.       Qdoor as they are written.
  169.  
  170.                   -----====(Thanks for Using Qdoor)====-----
  171.  
  172.         If you would like to see anything added to Qdoor, or if you have
  173. any suggestions or Comments, Please send them to:
  174.  
  175. James Fair                                              The Fishing Hole BBS
  176. 813 Bellevue Rd.                                           (615) 646-5550
  177. Nashville, TN  37221                                   24 hours 7 days a week
  178.